home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat7 / pspect.7 < prev    next >
Text File  |  1999-09-16  |  922b  |  67 lines

  1.  
  2.  
  3.  
  4. pspect(1)                      Scilab Function                      pspect(1)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   pspect - cross-spectral estimate between 2 series
  13.  
  14. CALLING SEQUENCE
  15.   [sm,cwp]=pspect(sec_step,sec_leng,wtype,x,y,wpar)
  16.  
  17. PARAMETERS
  18.  
  19.   x    : data if vector, amount of input data if scalar
  20.  
  21.   y    : data if vector, amount of input data if scalar
  22.  
  23.   sec_step
  24.        : offset of each data window
  25.  
  26.   sec_leng
  27.        : length of each data window
  28.  
  29.   wtype
  30.        : window type (re,tr,hm,hn,kr,ch)
  31.  
  32.   wpar : optional parameters
  33.         for wtype='kr', wpar>0
  34.         for wtype='ch', 0<wpar(1)<.5, wpar(2)>0
  35.  
  36.   sm   : power spectral estimate in the interval [0,1]
  37.  
  38.   cwp  : unspecified Chebyshev window parameter
  39.  
  40. DESCRIPTION
  41.   Cross-spectral estimate between x and y if both are given and auto-spectral
  42.   estimate of x otherwise.  Spectral estimate obtained using the modified
  43.   periodogram method
  44.  
  45. AUTHOR
  46.   C. B.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.